PDF4Java Reference Documentation
com.o2sol.pdf4java.graphics Package / PDFStringAppearanceOptions Class / PDFStringAppearanceOptions Constructor / PDFStringAppearanceOptions Constructor(PDFFont,PDFPen,PDFBrush)
Font for drawing text.
Pen for drawing text.
Brush for drawing text.
In This Topic
    PDFStringAppearanceOptions Constructor(PDFFont,PDFPen,PDFBrush)
    In This Topic
    Initializes a new PDFStringAppearanceOptions object with the specified pen and brush.
    Syntax
    public PDFStringAppearanceOptions( 
       PDFFont font,
       PDFPen pen,
       PDFBrush brush
    )

    Parameters

    font
    Font for drawing text.
    pen
    Pen for drawing text.
    brush
    Brush for drawing text.
    See Also